home *** CD-ROM | disk | FTP | other *** search
/ Scene World 6 / Scene_World_06_2003-02-15_POL__PSW_de_Side_B.d64 / reset mm.scores (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  185b  |  10 lines

  1. 1 open15,8,15,"s0:mm.high scores":        close15
  2. 3 open2,8,2,"0:mm.high scores,s,w"
  3. 5 fori=1to4:forj=1to5
  4. 10 print#2,"[206]o [205]ovie-"+chr$(64+i)
  5. 12 print#2,"bo"+chr$(64+j)
  6. 13 print#2,0
  7. 15 next j
  8. 20 next i
  9. 30 print#2:close2:end
  10.